home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX Base Documentation 1998 November
/
IRIX 6.5.2 Base Documentation November 1998.img
/
usr
/
share
/
catman
/
u_man
/
cat3
/
Tk
/
restack.z
/
restack
Wrap
Text File
|
1998-10-30
|
3KB
|
67 lines
TTTTkkkk____RRRReeeessssttttaaaacccckkkkWWWWiiiinnnnddddoooowwww((((3333TTTTkkkk)))) TTTTkkkk____RRRReeeessssttttaaaacccckkkkWWWWiiiinnnnddddoooowwww((((3333TTTTkkkk))))
NNNNAAAAMMMMEEEE
Tk_RestackWindow - Change a window's position in the stacking order
SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
####iiiinnnncccclllluuuuddddeeee <<<<ttttkkkk....hhhh>>>>
int
TTTTkkkk____RRRReeeessssttttaaaacccckkkkWWWWiiiinnnnddddoooowwww(_t_k_w_i_n, _a_b_o_v_e_B_e_l_o_w, _o_t_h_e_r)
AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
Tk_Window _t_k_w_i_n (in) Token for window to restack.
int _a_b_o_v_e_B_e_l_o_w (in) Indicates new position of _t_k_w_i_n
relative to _o_t_h_e_r; must be AAAAbbbboooovvvveeee or
BBBBeeeelllloooowwww.
Tk_Window _o_t_h_e_r (in) _T_k_w_i_n will be repositioned just above
or below this window. Must be a
sibling of _t_k_w_i_n or a descendant of a
sibling. If NULL then _t_k_w_i_n is
restacked above or below all siblings.
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
TTTTkkkk____RRRReeeessssttttaaaacccckkkkWWWWiiiinnnnddddoooowwww changes the stacking order of _w_i_n_d_o_w relative to its
siblings. If _o_t_h_e_r is specified as NULL then _w_i_n_d_o_w is repositioned at
the top or bottom of its stacking order, depending on whether _a_b_o_v_e_B_e_l_o_w
is AAAAbbbboooovvvveeee or BBBBeeeelllloooowwww. If _o_t_h_e_r has a non-NULL value then _w_i_n_d_o_w is
repositioned just above or below _o_t_h_e_r.
The _a_b_o_v_e_B_e_l_o_w argument must have one of the symbolic values AAAAbbbboooovvvveeee or
BBBBeeeelllloooowwww. Both of these values are defined by the include file
<X11/Xlib.h>.
KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
above, below, obscure, stacking order
PPPPaaaaggggeeee 1111